projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c355529
)
Fix symlink flag in tramp-gvfs-handle-file-attributes
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 18 Nov 2017 14:08:32 +0000
(15:08 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 18 Nov 2017 14:08:32 +0000
(15:08 +0100)
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
Set proper symlink file mode flag.
lisp/net/tramp-gvfs.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-gvfs.el
b/lisp/net/tramp-gvfs.el
index 709ea4670a89241a4263a557dfe38b590eb979b3..424e77b0eba0ffc5318adb3d777ce692b0e0d1c2 100644
(file)
--- a/
lisp/net/tramp-gvfs.el
+++ b/
lisp/net/tramp-gvfs.el
@@
-992,7
+992,7
@@
If FILE-SYSTEM is non-nil, return file system attributes."
(tramp-file-mode-from-int (string-to-number n))
(format
"%s%s%s%s------"
- (if dirp "d"
"-"
)
+ (if dirp "d"
(if res-symlink-target "l" "-")
)
(if (equal (cdr (assoc "access::can-read" attributes))
"FALSE")
"-" "r")